home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / game / wineyes.zip / WINEYES.RC < prev    next >
Text File  |  1990-10-29  |  535b  |  17 lines

  1. #include "windows.h"
  2. #include "wineyes.h"
  3.  
  4. wineyes ICON wineyes.ico
  5.  
  6. AboutBox DIALOG 22, 17, 144, 77
  7. STYLE WS_POPUP | WS_DLGFRAME
  8. BEGIN
  9.     CTEXT "WinEyes"          -1,    0,  4,  144, 8
  10.     CTEXT "Version 3.01"    -1,    0,  12, 144, 8
  11.     CTEXT "⌐ Sarmad Adnan"  -1,    0,  30, 144, 8
  12.     CTEXT "adnan@rice.edu"  -1,    0,  38, 144, 8
  13.     CTEXT "inspired by xeyes/eyecon"  -1,    0,  46, 144, 8
  14.     ICON  "wineyes"          -1,    12, 24, 16,  17
  15.     DEFPUSHBUTTON "OK"      IDOK,  53, 61,  32, 14,     WS_GROUP
  16. END
  17.